Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/

icon.png /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/icon.png
147 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/index.html
438 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

reshot-icon-delete-KL8MB62NXD.png /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/reshot-icon-delete-KL8MB62NXD.png
150 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/script.js
256 Views
0 Comments
const notesContainer = document.getElementById("app");
const addNoteButton = notesContainer.querySelector(".add-note");

let del
style.css /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/style.css
189 Views
0 Comments
:root {
--bg: #19172e;
--btn: #9c528b;
--card: #b9929f;
}
* {
font-family: sans-serif;
transition: 0.5s ease;